projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8691cfa
)
(Ffile_directory_p): Doc fix.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 24 Jun 1997 03:33:33 +0000
(
03:33
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 24 Jun 1997 03:33:33 +0000
(
03:33
+0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 2b911f02eccf817b6b975d7cdb2507790e5f9bd6..038a0b87a2eab16f832900a125e61bd86ed14693 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-2777,9
+2777,7
@@
Otherwise returns nil.")
}
DEFUN ("file-directory-p", Ffile_directory_p, Sfile_directory_p, 1, 1, 0,
- "Return t if file FILENAME is the name of a directory as a file.\n\
-A directory name spec may be given instead; then the value is t\n\
-if the directory so specified exists and really is a directory.")
+ "Return t if FILENAME names an existing directory.")
(filename)
Lisp_Object filename;
{